home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / RCS / local.mk,v < prev   
Encoding:
Text File  |  1989-08-01  |  829 b   |  41 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     89.06.17.12.04.07;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#
  26. # This file is included by Makefile.  Makefile is generated automatically
  27. # by mkmf, and this file provides additional local personalization.  The
  28. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  29. # that must be included to set up various compilation stuff.
  30. #
  31.  
  32. # Override SUBDIRS to only hold those subdirectory names that should
  33. # be included in recursive "make" operations.  As of today (6/17/89)
  34. # this is just a first guess, and may not be completely right (JO).
  35.  
  36. SUBDIRS        = c cmd curses dbm l m monitorClient mx net old pattern \
  37.           sunrpc sx tcl termlib util
  38.  
  39. #include    <$(SYSMAKEFILE)>
  40. @
  41.